/* A BIG IDEA :: by Payal Dhar (http://writeside.net/) 
Feel free to use or modify, but do keep the credit.*/

body {
    background: #CFE0EF url(images/bulb.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	color:#000000;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	width: 100%;
	}

#header1	{
	position: relative;
	margin: 20px auto auto 150px;
	font-size: 4em;
	color: black;
	text-align: left;
	width: 750px;
	margin-left: 200px;
	font-weight: 900;
} 

#header	{
	position: relative;
	margin: 20px auto auto 150px;
	font-size: 2em;
	color: black;
	text-align: left;
	width: 80%;
	margin-left: 20%;
} 
	
/*Style for the nav menu */
#nav {
	position: relative;
	margin: -18px 0 10px auto;
	width: 750px;
	line-height: 2em;
	}
	
#nav ul { 
	padding:5px; 
	margin:0; 
	padding:0; 
} 

#nav ul li { 
	float:right; 
	list-style:none; 
	margin:0; 
	padding:0; 
	} 
	
#nav a, a:link	{
	display:block; 
	margin:0; 
	padding: 2px 15px; 
	text-align:center; 
	background: #5684BF;
	}

#nav a:hover	{
	color: black;
	background: #EFE9ED;
	text-decoration: none;
}

/* Styles for the text area */
#text {
    position: relative;
    margin: 75px auto 50px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	line-height: 1.25em;
	border-top: 3px solid #5684BF;
	}

a, a:link	{
	color: black;
	background-color: inherit;
	text-decoration: none;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: black;
	text-decoration: underline;
	}
	
p {
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	
}

h1	{
	font: 1.5em Garamond, serif;
	color: black;
	border-left: #777688 15px solid;
	padding: 5px;
	margin: 20px 0;
	}
	
h2	{
	font:1.25em Garamond, serif;
	color: #777688;
	margin: 0;
	padding: 20px;
	color:#CC9933;
	}

/* Style for the footer */
#footer	{
	padding: 2px;
	margin: auto; 
	background-color: #5684BF;
	font-size: 0.8em;
	width: 750px;
	}
	.style12 {font-size: 36px}